ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGrid<T> Class / OnClientSelectionChanging Property

In This Topic
    OnClientSelectionChanging Property (FlexGrid<T>)
    In This Topic
    Occurs before selection changes.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSelectionChanging As String
    public virtual string OnClientSelectionChanging {get; set;}
    See Also